projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c0a1e
)
Regression fix - #bug18551
author
Kelvin White
<kwhite@gnu.org>
Fri, 26 Sep 2014 13:22:47 +0000
(09:22 -0400)
committer
Kelvin White
<kwhite@gnu.org>
Fri, 26 Sep 2014 13:22:47 +0000
(09:22 -0400)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 1c832a5fdfa57e0e223167b9f35d339837595d1c..51096bc2c151bb35377d76b612ea076d4d444d6b 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-4225,12
+4225,7
@@
and as second argument the event parsed as a vector."
(defun erc-format-nick (&optional user _channel-data)
"Return the nickname of USER.
See also `erc-format-nick-function'."
- (when user
- (let ((nick (erc-server-user-nickname user)))
- (concat (erc-propertize
- (erc-get-user-mode-prefix nick)
- 'face 'erc-nick-prefix-face)
- nick))))
+ (when user (erc-server-user-nickname user)))
(defun erc-get-user-mode-prefix (user)
(when user